home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcfrm621.zip / SAMPLE01.LEX < prev   
Text File  |  1992-11-21  |  5KB  |  112 lines

  1. .TX1 *** INDEX LINE HEADING FOR FIRST SECTION OF TEXT HERE ******
  2. Insert first section of text here with {VARIABLE_NAMES} in curly 
  3. braces using Non-Document or other ASCII text mode.  Leave a 
  4. space before the <RETURN> on the end of each line inside each 
  5. paragraph with no space before the <RETURN> at the end of each 
  6. paragraph.
  7.  
  8. .TX2 *** INDEX LINE HEADING FOR SECOND SECTION OF TEXT HERE *****
  9. Insert second section of text here with {VARIABLE_NAMES} in curly 
  10. braces using Non-Document or other ASCII text mode.  Leave a 
  11. space before the <RETURN> on the end of each line inside each 
  12. paragraph with no space before the <RETURN> at the end of each 
  13. paragraph.
  14.  
  15. .TX3 *** INDEX LINE HEADING FOR THIRD SECTION OF TEXT HERE ******
  16. Insert third section of text here with {VARIABLE_NAMES} in curly 
  17. braces using Non-Document or other ASCII text mode.  Leave a 
  18. space before the <RETURN> on the end of each line inside each 
  19. paragraph with no space before the <RETURN> at the end of each 
  20. paragraph.
  21.  
  22. .TX4 *** INDEX LINE HEADING FOR THE NEXT SECTION OF TEXT HERE ***
  23. Continue with additional text sections numbered with .TXnn 
  24. Numbers and Index Lines not to exceed the number which will fit 
  25. on one screen.  (About 16 if you plan to add headings to the 
  26. Index)
  27.  
  28. Then, end the file with the following line:
  29. .END **************** END OF SAMPLE01 TEXT **********************
  30.  
  31. (Note: The longer your text files the longer it will take the 
  32. program to find the last text selection in it.)
  33.  
  34. Then start a new file named <FORM>02.LEX with text sections 
  35. starting with a dot command line beginning with .TX1 ***, etc.
  36.  
  37. After you have completed the <form>nn.LEX files start the PC- 
  38. LIBRARY program and enter the form name.  Select Option 2 (Text 
  39. Library) and enter the prompts for the variable names when 
  40. requested to do so.  When completed have the program update the 
  41. variable file and the prompts and index lines will be added to 
  42. the <formname>.VBL file.
  43.  
  44. You can then add headings to the index section of the variable 
  45. file and otherwise revise it as a pure ASCII file to display the 
  46. way you want it to when drafting documents.  You may also add 
  47. variable help messages in the .HP section of the file for some or 
  48. all of the variable prompts.
  49.  
  50. *** DOCUSTAR USERS SHOULD IGNORE THE REMAINDER OF THIS FILE *****
  51.  
  52. The {~LIB_#} variable help response is a number which sets the 
  53. color attribute of the border and the screen.  The first two 
  54. digits, converted to hexidecimal, set the border color for the 
  55. screen, the next three digits, converted to hexidecimal, set the 
  56. color attributes for normal characters and the next three digits, 
  57. converted to hexidecimal, set the color attributes for high- 
  58. lighted text.
  59.  
  60. The last three digits is used to calculate the estimated document 
  61. value for value billing purposes - the 082 value reflects 
  62. dictation at the rate of 80 words per minute @ $150.00 per hour 
  63. and typing at 50 words per minute @ $35.00 per hour.
  64.  
  65. The {~LIB_#} numbers are the decimal equivalent of the following 
  66. hexadecimal digits:
  67.  
  68.   Background Color Attribute:  1st Hex digit
  69.  
  70.    0 - Black     4 - Red        8 - Black/blink    C - Red/blink
  71.    1 - Blue      5 - Magenta    9 - Blue/blink     D - Magenta/blink
  72.    2 - Green     6 - Brown      A - Green/blink    E - Yellow/blink
  73.    3 - Cyan      7 - White      B - Cyan/blink     F - White/blink
  74.  
  75.   Border and Foreground Colors:  2nd Hex digit
  76.  
  77.    0 - Black     4 - Red        8 - Gray           C - Light Red
  78.    1 - Blue      5 - Magenta    9 - Light Blue     D - Light Magenta
  79.    2 - Green     6 - Brown      A - Light Green    E - Yellow
  80.    3 - Cyan      7 - White      B - Light Cyan     F - Bright White
  81.      
  82. For example:
  83. {~LIB_#}
  84. 01023079082
  85. is the code for:
  86.                                                                    Border or
  87.                                  Decimal  Hexadecimal  Background  Foreground
  88.   Border Color:                     01        0x01        N/A         Blue
  89.   Normal Character Attributes:      23        0x17        Blue        White
  90.   Highlighted Character Attributes: 79        0x4F        Red      Bright White
  91.  
  92. Some Super VGA Cards and Screens require use of the following:
  93. {~LIB_#}
  94. 01031079082
  95. which is the code for:
  96.                                                                    Border or
  97.                                  Decimal  Hexadecimal  Background  Foreground
  98.   Border Color:                     01        0x01        N/A         Blue
  99.   Normal Character Attributes:      31        0x1F        Blue     Bright White
  100.   Highlighted Character Attributes: 63        0x3F        Cyan     Bright White
  101.  
  102. If you have a monochrome screen you may need to use the following:
  103. {~LIB_#}
  104. 00007112082
  105. which is the code for:
  106.                                                                    Border or
  107.                                  Decimal  Hexadecimal  Background  Foreground
  108.   Border Color:                     00        0x00        N/A         Black
  109.   Normal Character Attributes:      07        0x07        Black       White
  110.   Highlighted Character Attributes:112        0x70        White       Black
  111. ======================== End of this File ===================================
  112.